Skip to content

Commit 164bb85

Browse files
committed
log the platform when building locally
1 parent 18c2f2f commit 164bb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class RustPlugin {
131131
);
132132

133133
const env = this.localBuildEnv(process.env, platform());
134-
this.serverless.cli.log("Running local cargo build");
134+
this.serverless.cli.log(`Running local cargo build on ${platform()}`);
135135

136136
const buildResult = spawnSync("cargo", args, {
137137
...NO_OUTPUT_CAPTURE,

0 commit comments

Comments
 (0)