Skip to content

Commit

Permalink
fix reGex import
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Oct 3, 2023
1 parent 804d7fb commit 5bac5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/system/fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { RnvContext } from '../context/types';
import type { FileUtilsPropConfig, OverridesOptions, TimestampPathsConfig } from './types';
import { getApi } from '../api/provider';
import { getContext } from '../context/provider';
import { matchRegEx } from './regex';
import { matchRegEx } from './regEx';

export const fsWriteFileSync = (dest: string | undefined, data: string, options?: fs.WriteFileOptions) => {
// if (dest && dest.includes('renative.json')) {
Expand Down

0 comments on commit 5bac5c4

Please sign in to comment.