Merge pull request #1 from mrothNET/patch-1
Remove double process start on init
This commit is contained in:
2
mod.ts
2
mod.ts
@@ -11,8 +11,6 @@ function runApp() {
|
|||||||
app = startProcess(Deno.args);
|
app = startProcess(Deno.args);
|
||||||
}
|
}
|
||||||
|
|
||||||
runApp();
|
|
||||||
|
|
||||||
for await (const event of Deno.watchFs('.')) {
|
for await (const event of Deno.watchFs('.')) {
|
||||||
if (event.kind !== "access") {
|
if (event.kind !== "access") {
|
||||||
if (timeout) clearTimeout(timeout);
|
if (timeout) clearTimeout(timeout);
|
||||||
|
|||||||
Reference in New Issue
Block a user