demos-html5-realtime icon indicating copy to clipboard operation
demos-html5-realtime copied to clipboard

path.exists quick fix

Open asangadev opened this issue 8 years ago • 0 comments

file: node.js line: 20

change: path.exists(filepath, function ( ex ) { to: fs.exists(filepath, function ( ex ) {

asangadev avatar Aug 13 '16 23:08 asangadev