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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.19.89",
3
+ "version": "3.19.90",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
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 + " " + ilepath)
4468
+ console.time("6 GET /git " + d + " " + filepath)
4469
4469
  // Skip if binary
4470
4470
  let binary = false;
4471
4471
  try {