1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-04-18 22:41:00 +08:00
parent 1f75688b92
commit 571c2819b9
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update", "name": "react-native-update",
"version": "10.3.1", "version": "10.4.0",
"description": "react-native hot update", "description": "react-native hot update",
"main": "src/index.ts", "main": "src/index.ts",
"scripts": { "scripts": {

View File

@@ -2,7 +2,6 @@ export function log(...args: any[]) {
console.log('pushy: ', ...args); console.log('pushy: ', ...args);
} }
const ping = async (url: string) => const ping = async (url: string) =>
Promise.race([ Promise.race([
fetch(url, { fetch(url, {