Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Update postinstall.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Mar 3, 2019
1 parent 38afff4 commit 2be1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ let postInstall = {
const manifest = require(manifestFilePath);
manifest.permissions.push('*://*/*');
try {
fs.writeFileSync(manifestFilePath, JSON.stringify(manifest));
fs.writeFileSync(manifestFilePath, JSON.stringify(manifest, null, 2));
} catch (error) {
this.data.anErrorOccured = true;
console.log('Vue-DevTools: Error saving manifest.json file');
Expand Down

0 comments on commit 2be1fd9

Please sign in to comment.