JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:30:24 +0000 (17:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:30:24 +0000 (17:30 +0800)
JSDOC/Packer.vala

index df302d2..a876cb7 100644 (file)
@@ -327,13 +327,13 @@ namespace JSDOC
                                        this.targetStream.write(str + "\n"); 
 
                            } else {
-                               this.out += '//' + file + "\n";
+                               this.out += "//" + file + "\n";
                                this.out += str + "\n";
                            }
                            
                        }
                        if (this.cleanup) {
-                           File.remove(minfile);
+                           FileUtils.remove(minfile);
                        }
                        
                    }