Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 580324e

Browse files
committed
error better for unknown truffle db command
1 parent 1ef1776 commit 580324e

File tree

1 file changed

+1
-1
lines changed
  • packages/core/lib/commands/db

1 file changed

+1
-1
lines changed

packages/core/lib/commands/db/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ module.exports = async function (args) {
1313
break;
1414

1515
default:
16-
console.log(`Unknown command: ${subCommand}`);
16+
console.log(`Unknown truffle db command: ${subCommand}`);
1717
}
1818
};

0 commit comments

Comments
 (0)