From a763c4fa7b7680721c5fa1ad9dce81cae38c3d39 Mon Sep 17 00:00:00 2001 From: Sibelius Seraphini Date: Wed, 8 Mar 2023 08:19:48 -0300 Subject: [PATCH] feat(crlf): add ending space to avoid env: node\r: No such file or directory, fix #424 --- bin/jscodeshift.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jscodeshift.js b/bin/jscodeshift.js index 8ae448a8..1a6c5ff6 100755 --- a/bin/jscodeshift.js +++ b/bin/jscodeshift.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node /** * Copyright (c) Facebook, Inc. and its affiliates.