Skip to content

Commit

Permalink
Remove wabt-strip from log comment (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun authored Nov 9, 2020
1 parent 5c6a3d0 commit c3bbfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/carton/Commands/Bundle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct Bundle: ParsableCommand {
try strip(mainWasmPath)

try terminal.logLookup(
"After applying `wasm-strip` the main binary size is ",
"After stripping debug info the main binary size is ",
localFileSystem.humanReadableFileSize(mainWasmPath),
newline: true
)
Expand Down

0 comments on commit c3bbfb3

Please sign in to comment.