## Description When injecting multiple files, the final rendering of the inject.js file is corrupted ## Steps to reproduce issue #### test1.js ```javascript alert('Test1') ``` #### test2.js ```javascript console.log('Test2') ``` #### Run ```shell nativefier --inject test1.js --inject test2.js --name Github https://github.com ``` #### Github.app/Contents/Resources/app/inject/inject.js ```javascript alert('Test1') st2') ``` ## Specifications Version of Nativefier (run `nativefier --version`): `v7.4.1` Version of Node.js (run `node --version`): `v8.5.0` OS: `macOS High Sierra 10.13.1`
Description
When injecting multiple files, the final rendering of the inject.js file is corrupted
Steps to reproduce issue
test1.js
test2.js
Run
Github.app/Contents/Resources/app/inject/inject.js
Specifications
Version of Nativefier (run
nativefier --version):v7.4.1Version of Node.js (run
node --version):v8.5.0OS:
macOS High Sierra 10.13.1