Skip to content

Commit

Permalink
build(xs-vat-worker): include trailing newline in compartmap
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Aug 25, 2020
1 parent bbf4e86 commit 1860c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xs-vat-worker/compartmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
"packages/xs-vat-worker/0_MKDIR": "$(ROOT)/packages/xs-vat-worker/0_MKDIR",
"packages/xs-vat-worker/src/vatWorker": "$(ROOT)/packages/xs-vat-worker/src/vatWorker"
}
}
}
1 change: 1 addition & 0 deletions packages/xs-vat-worker/tools/findmods.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ async function main(argv, { stdout, fsp, fileURL, cabinet }) {
});

stdout.write(JSON.stringify(info, null, 2));
stdout.write('\n');
}

/* global require, module, process */
Expand Down

0 comments on commit 1860c91

Please sign in to comment.