ChesterYue
ChesterYue
清理本地缓存并重新加载 
for this [issue](https://github.com/DjangoPeng/tensorflow-101/issues/3)
Crash
fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=261 "The file “XXXXX” couldn’t be opened using text encoding Unicode (UTF-8)." UserInfo={NSFilePath=/Users/XXXXX, NSStringEncoding=4}: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-800.0.63/src/swift/stdlib/public/core/ErrorType.swift, line 178
Issue: #74 --- @kapalex 's pr: https://github.com/mokkabonna/inquirer-autocomplete-prompt/pull/122 (didn't merged by conflict) try to fix. But involved a bug: ```javascript this.rl.input.emit('keypress', '\b', { name: 'backspace' }); if (autoCompleted.includes(this.rl.line)) { this.rl.write(autoCompleted.replace(this.rl.line, ''));...