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

Commit

Permalink
error better for unknown truffle db command
Browse files Browse the repository at this point in the history
  • Loading branch information
lsqproduction committed Jan 10, 2023
1 parent 1ef1776 commit 580324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/commands/db/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module.exports = async function (args) {
break;

default:
console.log(`Unknown command: ${subCommand}`);
console.log(`Unknown truffle db command: ${subCommand}`);
}
};

0 comments on commit 580324e

Please sign in to comment.