We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab16639 commit 5b45829Copy full SHA for 5b45829
src/cli.ts
@@ -6,6 +6,7 @@ async function run() {
6
const { runner, server } = await createContext();
7
await runner.executeFile(path.resolve(import.meta.dirname, '../dist/empty.js'));
8
await server.close();
9
+ process.exit(0);
10
}
11
12
const command = process.argv[2];
0 commit comments