greybel-interpreter 0.4.3 → 0.4.4

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.
@@ -139,7 +139,7 @@ var Interpreter = /** @class */ (function (_super) {
139
139
  me = this;
140
140
  last = me.apiContext.getLastActive();
141
141
  if (me.apiContext.isPending()) {
142
- me.inject(code, last);
142
+ return [2 /*return*/, me.inject(code, last)];
143
143
  }
144
144
  return [2 /*return*/, me];
145
145
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-interpreter",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Interpreter",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",