Merge pull request #1 from mrothNET/patch-1

Remove double process start on init
This commit is contained in:
Caesar2011
2020-05-14 20:34:07 +02:00
committed by GitHub

2
mod.ts
View File

@@ -11,8 +11,6 @@ function runApp() {
app = startProcess(Deno.args);
}
runApp();
for await (const event of Deno.watchFs('.')) {
if (event.kind !== "access") {
if (timeout) clearTimeout(timeout);