mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
CI: Remove extraneous log information
This commit is contained in:
parent
3d687a7935
commit
2c5b1c4a8c
@ -12,8 +12,6 @@ var fs = require("fs"),
|
||||
var filename = path.resolve(path.dirname(process.env["TW5_BUILD_TIDDLYWIKI"]),"./package.json"),
|
||||
json = JSON.parse(fs.readFileSync(filename,"utf8"));
|
||||
|
||||
console.log("Extracting version from ",filename)
|
||||
|
||||
if(!json.version) {
|
||||
throw "Missing version number in package.json";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user