@expo/xcpretty
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -148,3 +148,3 @@ "use strict"; | ||
const relativeAppFile = relativePath(appFileRoot, to); | ||
return format('Copying', [relativeFile, relativeAppFile].join(' ➜ ')); | ||
return format('Copying ', [relativeFile, relativeAppFile].join(' ➜ ')); | ||
} | ||
@@ -151,0 +151,0 @@ getFileOperationTitle(type) { |
{ | ||
"name": "@expo/xcpretty", | ||
"description": "Parse and format xcodebuild logs", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "types": "build/index.d.ts", |
Sorry, the diff of this file is not supported yet
203698