We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfb4c7 commit 883131eCopy full SHA for 883131e
scripts/update.ts
@@ -17,7 +17,7 @@ try {
17
console.log("Upgrading packages...");
18
await runCommand("dotnet outdated --upgrade".split(" "));
19
20
-if (!hasFileChanged("./DprintPluginRoslyn/DprintPluginRoslyn.csproj")) {
+if (!await hasFileChanged("./DprintPluginRoslyn/DprintPluginRoslyn.csproj")) {
21
console.log("No changes.");
22
Deno.exit(0);
23
}
0 commit comments