Skip to content

Commit

Permalink
Fix script imports using --watch from importing scripts right away.
Browse files Browse the repository at this point in the history
  • Loading branch information
phalestrivir committed Apr 29, 2024
1 parent dc50b0b commit f66e43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ops/ScriptOps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ export async function importScriptsFromFiles(
],
{
persistent: watch,
ignoreInitial: watch,
}
);

Expand Down

0 comments on commit f66e43a

Please sign in to comment.