Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
nguerrera committed Jun 9, 2022
1 parent 4c7c382 commit 916f3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/compiler/scripts/watch-tmlanguage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { runWatch } from "@cadl-lang/internal-build-utils";
import { copyFile } from "fs";
import { copyFile } from "fs/promises";
import mkdirp from "mkdirp";
import { resolve } from "path";
import { pathToFileURL } from "url";

Expand Down

0 comments on commit 916f3b9

Please sign in to comment.