@cparra/apexdocs 3.19.9-beta.6 → 3.19.9-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/generate.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var errorCollector = require('../error-collector-
|
|
4
|
+
var errorCollector = require('../error-collector-BOXwJqJY.js');
|
|
5
5
|
var cosmiconfig = require('cosmiconfig');
|
|
6
6
|
var yargs = require('yargs');
|
|
7
7
|
var E = require('fp-ts/Either');
|
|
@@ -6565,7 +6565,7 @@ class ErrorCollector {
|
|
|
6565
6565
|
*/
|
|
6566
6566
|
static format(item) {
|
|
6567
6567
|
const location = item.filePath ? `${item.filePath}` : "(no file)";
|
|
6568
|
-
return `[${item.generator}
|
|
6568
|
+
return `[${item.generator}] ${location}: ${item.message}`;
|
|
6569
6569
|
}
|
|
6570
6570
|
}
|
|
6571
6571
|
|
package/dist/index.js
CHANGED