Skip to content

Commit

Permalink
Disable verbose logging from sandstonePack
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed Dec 2, 2023
1 parent 5ed8124 commit 39c8676
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": "@sandstone-mc/playground",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"exports": "./dist/main.js",
"module": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/runtimeWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const files: Record<string, string | Buffer> = {};
await sandstonePack.save({
// Additional parameters
dry: false,
verbose: true,
verbose: false,

fileHandler: async (
relativePath: string,
Expand Down

0 comments on commit 39c8676

Please sign in to comment.