small fix
This commit is contained in:
parent
f39cb03fc2
commit
d477e492eb
1
index.js
1
index.js
@ -125,7 +125,6 @@ var NpmtsCustom;
|
||||
//do some evaluation of the environment
|
||||
var outputNameSpecified = (!outputPathIsDir
|
||||
&& (plugins.path.extname(config.ts[key]) == ".js"));
|
||||
console.log("outputNameSpecified");
|
||||
var outputName = (function () {
|
||||
if (outputNameSpecified) {
|
||||
return plugins.path.basename(config.ts[key]);
|
||||
|
Loading…
Reference in New Issue
Block a user