Skip to content

Commit

Permalink
improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Aug 10, 2023
1 parent 70eb7e7 commit 59e6b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samp-cli",
"version": "1.0.39",
"version": "1.0.40",
"description": "CLI tool for extended productivity with AWS Serverless Application Model (SAM)",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function run(initialised, cmd) {

function print(data) {
if (!process.env.muteParentOutput) {
console.error("[event router] " + data.toString().replace(/\n$/, ''));
console.error("[SAMP] " + data.toString().replace(/\n$/, ''));
}
}

Expand Down

0 comments on commit 59e6b65

Please sign in to comment.