diff --git a/editor.js b/editor.js index 3134df7..829026e 100644 --- a/editor.js +++ b/editor.js @@ -7,6 +7,8 @@ if (code.length === 0) { this.focusInput(); +//hello + let filePath = editor.getPath(); const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); if (directory) { diff --git a/emails.pl b/emails.pl index d987c3c..a28c36b 100755 --- a/emails.pl +++ b/emails.pl @@ -4,6 +4,9 @@ sub find_emails { my $url = shift; + + + my $html = qx{curl --silent $url}; while ($html =~ m/([A-Z0-9+_.-]+@[A-Z0-9.-]+)/gi) { $emails_found{$1}++;