Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
swap out Profiler.updated for Commmon.updatedFiles (compile-solidity/…
Browse files Browse the repository at this point in the history
…new/index)
  • Loading branch information
CruzMolina committed Oct 16, 2019
1 parent c69ef5e commit 5ad70e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compile-solidity/new/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ compile.necessary = async function(options) {

const paths = [
...new Set([
...(await promisify(Profiler.updated)(options)),
...(await promisify(Common.updatedFiles)(options)),
...(options.files || [])
])
];
Expand Down

0 comments on commit 5ad70e1

Please sign in to comment.