Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorfr committed Jul 8, 2018
2 parents 8071ef0 + d3908ea commit 327bb58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var createExtensionTasks = configuration.environments.map((env) => {
}

fs.writeJsonSync(taskLocFilePath, taskLoc);

var locfilesDirectory = path.join(taskDirectory.directory, 'Strings/resources.resjson');
if (fs.existsSync(locfilesDirectory)) {
var langs = fs.readdirSync(locfilesDirectory);
Expand Down

0 comments on commit 327bb58

Please sign in to comment.