@ray-js/robot-data-stream 0.0.10-beta-9 → 0.0.10-beta-11
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/lib/api/sweeperP2p.js +1 -1
- package/package.json +1 -1
package/lib/api/sweeperP2p.js
CHANGED
|
@@ -407,7 +407,7 @@ export class SweeperP2p extends P2pApi {
|
|
|
407
407
|
}).join('');
|
|
408
408
|
if (this.firstPackageTime > 0 && fileName.indexOf('map') !== -1) {
|
|
409
409
|
const packageTime = Date.now() - this.firstPackageTime;
|
|
410
|
-
log4js.info(`receive first full package, cost time: ${packageTime} ms, fileName: ${fileName}
|
|
410
|
+
log4js.info(`receive first full package, cost time: ${packageTime} ms, fileName: ${fileName}`);
|
|
411
411
|
this.firstPackageTime = 0;
|
|
412
412
|
}
|
|
413
413
|
const {
|