smipper 26.0.0 → 27.0.0

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/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -169,7 +169,7 @@ function load(path) {
169
169
  case 1:
170
170
  response = _a.sent();
171
171
  if (verbose) {
172
- console.log(response.headers);
172
+ console.error(response.headers);
173
173
  }
174
174
  return [2 /*return*/, response.body || ""];
175
175
  }
@@ -187,7 +187,7 @@ function loadUri(path) {
187
187
  }
188
188
  return new Promise(function (resolve, reject) {
189
189
  if (verbose) {
190
- console.log("loading", path);
190
+ console.error("loading", path);
191
191
  }
192
192
  if (!(path in sourceMaps)) {
193
193
  sourceMaps[path] = {
@@ -266,7 +266,7 @@ function loadUri(path) {
266
266
  }
267
267
  function processFrame(functionName, url, line, column) {
268
268
  if (verbose) {
269
- console.log("got frame", functionName, url, line, column);
269
+ console.error("got frame", functionName, url, line, column);
270
270
  }
271
271
  if (functionName.endsWith("@")) {
272
272
  functionName = functionName.substring(0, functionName.length - 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smipper",
3
- "version": "26.0.0",
3
+ "version": "27.0.0",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "bin": {