mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-25 13:17:47 +02:00
Revert "update banners to absolute paths"
This reverts commit c8b8f9309e.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin.
|
||||
|
||||
@@ -60,7 +60,7 @@ fn main() {
|
||||
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
|
||||
|
||||
```javascript
|
||||
import { exit, relaunch } from '@tauri-apps/plugin-process';
|
||||
import { exit, relaunch } from "@tauri-apps/plugin-process";
|
||||
// exit the app with the given status code
|
||||
await exit(0);
|
||||
// restart the app
|
||||
|
||||
Reference in New Issue
Block a user