pinokiod 3.19.89 → 3.19.90
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 +1 -1
- package/server/index.js +1 -1
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -4465,7 +4465,7 @@ class Server {
|
|
|
4465
4465
|
let relpath = path.relative(this.kernel.homedir, fullPath)
|
|
4466
4466
|
let webpath = "/asset/" + relpath
|
|
4467
4467
|
|
|
4468
|
-
console.time("6 GET /git " + d + " " +
|
|
4468
|
+
console.time("6 GET /git " + d + " " + filepath)
|
|
4469
4469
|
// Skip if binary
|
|
4470
4470
|
let binary = false;
|
|
4471
4471
|
try {
|