Commit 9eed3194 authored by nanahira's avatar nanahira

fix

parent 1623f758
const fs = require('fs');
const sqlite3 = require('sqlite3').verbose();
//const iconv = require('iconv-lite');
const convert = require('encoding').convert
//const convert = require('encoding').convert
const dbfile = process.argv[3];
const fpath = process.argv[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment