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
|
//do some evaluation of the environment
|
||||||
var outputNameSpecified = (!outputPathIsDir
|
var outputNameSpecified = (!outputPathIsDir
|
||||||
&& (plugins.path.extname(config.ts[key]) == ".js"));
|
&& (plugins.path.extname(config.ts[key]) == ".js"));
|
||||||
console.log("outputNameSpecified");
|
|
||||||
var outputName = (function () {
|
var outputName = (function () {
|
||||||
if (outputNameSpecified) {
|
if (outputNameSpecified) {
|
||||||
return plugins.path.basename(config.ts[key]);
|
return plugins.path.basename(config.ts[key]);
|
||||||
|
Loading…
Reference in New Issue
Block a user