@cparra/apexdocs 3.19.9-beta.8 → 3.19.9-beta.9
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-BBQD6aC2.js');
|
|
5
5
|
var cosmiconfig = require('cosmiconfig');
|
|
6
6
|
var yargs = require('yargs');
|
|
7
7
|
var E = require('fp-ts/Either');
|
|
@@ -6533,7 +6533,7 @@ class ErrorCollector {
|
|
|
6533
6533
|
*/
|
|
6534
6534
|
static format(item) {
|
|
6535
6535
|
const location = item.filePath ? `${item.filePath}` : "";
|
|
6536
|
-
return `[${item.generator}] ${location}: ${item.message}`;
|
|
6536
|
+
return `[${item.generator}] ${location}: ${item.message} - ${item.raw}`;
|
|
6537
6537
|
}
|
|
6538
6538
|
}
|
|
6539
6539
|
|
package/dist/index.js
CHANGED