Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuTakahashi committed Jul 30, 2024
1 parent 6ec3f31 commit fe51d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports.run = (argv) => {
debug("Listening on " + bind);
}

console.log("[warn] akashic-sandbox has been merged into akashic-cli. Please use akashic-cli.");
console.warn("[warn] akashic-sandbox has been merged into akashic-cli@2.16.64. Use `akashic sandbox` command (without '-').");
console.log("akashic-sandbox listen port: " + port);
console.log("hosting game: " + gameJsonPath);
if (app.settings.scenarioPath) {
Expand Down

0 comments on commit fe51d1d

Please sign in to comment.