Skip to content

Commit

Permalink
trigger republish of pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Mar 6, 2024
1 parent 40887dc commit cc96ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/incrementalCompilation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function getBscArgs(
stat = fs.statSync(buildNinjaPath);
} catch {
if (debug()) {
console.log("Did not find build.ninja, cannot proceed.");
console.log("Did not find build.ninja, cannot proceed..");
}
}
if (stat != null) {
Expand Down

0 comments on commit cc96ea0

Please sign in to comment.