@n42/cli 0.3.3 → 0.3.6
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/package.json
CHANGED
package/src/discover.js
CHANGED
|
@@ -173,7 +173,7 @@ async function runDiscovery(participantId, options) {
|
|
|
173
173
|
fs.writeFileSync(file, svg);
|
|
174
174
|
|
|
175
175
|
const htmlFile = wrapSvg(fileId, refId, svg);
|
|
176
|
-
const link = `\u001B]8;;file://${htmlFile}\
|
|
176
|
+
const link = `\u001B]8;;file://${htmlFile}\u0007Open Diagram\u001B]8;;\u0007`;
|
|
177
177
|
|
|
178
178
|
console.log(`${C.BOLD}Discovery completed${C.RESET}`);
|
|
179
179
|
console.log(`PID : ${participantId}`);
|
|
File without changes
|