crash-js 0.1.37 → 0.1.38
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/crash-js/utils +1 -1
- package/package.json +1 -1
package/crash-js/utils
CHANGED
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
// You should have received a copy of the GNU Affero General Public License
|
|
22
22
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
function
|
|
26
25
|
_is_node() {
|
|
27
26
|
let
|
|
@@ -149,6 +148,7 @@ function
|
|
|
149
148
|
return _exit;
|
|
150
149
|
};
|
|
151
150
|
return _process_exit
|
|
151
|
+
}
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
module.exports = {
|